Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
chdir
chdir
Change directory
Name:
chdir
Category:
Directory functions
Programming Language:
php
One-line Description:
Change the current directory.
Related
What’s the Difference Between chdir() and chroot()? When Should Each Be Used in PHP?
1
Practical Example of Directory Traversal Using chdir(), opendir(), and readdir()
9
"a", "b", "c"
3
Similar Functions
chroot
chroot
Changetherootdirecto
rewinddir
rewinddir
Rewindthedirectoryha
opendir
opendir
Openthedirectoryhand
closedir
closedir
Closethedirectoryhan
readdir
readdir
Readentriesfromdirec
chdir
chdir
Changedirectory
scandir
scandir
Listfilesanddirector
dir
dir
Returnsaninstanceoft
Popular Articles
Practical Example of Directory Traversal Using chdir(), opendir(), and readdir()
"a", "b", "c"
What’s the Difference Between chdir() and chroot()? When Should Each Be Used in PHP?